chore(ci): forward-port revert OIDC in ci-release-publish (#23167)#23192
Merged
Conversation
Forward-ports #23167 from the v4 backport line onto next. Reverts OIDC-based AWS auth in the ci-release-publish job back to access key credentials to unblock nightlies.
mverzilli
approved these changes
May 12, 2026
1 task
rangozd
pushed a commit
to rangozd/aztec-packages
that referenced
this pull request
May 16, 2026
…3192) Restores the OIDC-based AWS auth in the ci-release-publish job that was temporarily reverted in AztecProtocol#23192 to unblock nightlies.
rangozd
pushed a commit
to rangozd/aztec-packages
that referenced
this pull request
May 16, 2026
…3192) (AztecProtocol#23234) ## Summary - Restores OIDC-based AWS auth in the `ci-release-publish` job, reverting AztecProtocol#23192. - Re-adds the `permissions: id-token: write / contents: read` block and the `aws-actions/configure-aws-credentials` step using `secrets.AWS_OIDC_ROLE_ARN`. - Removes the static `AWS_ACCESS_KEY_ID` / `AWS_SECRET_ACCESS_KEY` env vars that AztecProtocol#23192 reintroduced as a workaround. ## Context AztecProtocol#23192 forward-ported AztecProtocol#23167 to `next` (v5) as a temporary measure to unblock nightlies. This PR moves v5 back onto OIDC now that the underlying issue should be resolved. ## Test plan - [ ] Confirm a tagged release publish run on this branch authenticates to AWS successfully via OIDC before merging.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Forward-ports #23167 to
v5to hopefully get a v5 nightly tomorrow.